| 1. | Industrial robots - intermediate code strolic 工业机器人.中间码strolic |
| 2. | A more sophisticated technique is to generate intermediate code in such a way that the global data doesn t get mangled 一种更为复杂的技术是以全局数据不被破坏的方式生成中间代码。 |
| 3. | The recovery program using it can translate different switch structures into intermediate code in the same form 恢复程序可以根据这些信息将不同开关结构转换成统一格式的中间代码形式。 |
| 4. | The compiler can store this directive in its symbol table and use it during the intermediate code generation phase 编译器可以将这个指示符存储在它的符号表中,并在中间代码生成阶段使用这个指示符。 |
| 5. | An abstract syntax tree is built after syntax analysis and traversed three times to do semantic analysis to generate the intermediate code 在语法分析、语义分析及中间代码生成方面,先经过语法分析建立抽象语法树,然后对抽象语法树进行三次遍历完成语义分析并生成中间代码。 |
| 6. | After all the fun of chapter 6 , chapter 7 describes how imcc , the intermediate code compiler , can simplify much of the work involved in programming in parrot assembly 在第6章的有趣内容之后,第7章描述了imcc (中间码编译器, intermediate code compiler )如何可以简化parrot汇编编程中的大部分工作。 |
| 7. | Based on comprehensively considering the specific features of monitoring configuration software ' s applying , a configuration language - c2000 language is designed , whose compiler and development environment are then fulfilled . the designing , syntax analysis , semantic analysis and intermediate code generating of c2000 are deeply discussed . a virtual machine is also presented and implemented to support the executing of the intermediate code 论文对组态软件中的用户编程接口进行了研究,在充分考虑了监控组态软件的行业应用特点的基础上,设计了一种组态语言? ? c2000语言,对其编译器及开发环境的实现方案进行了详细论述;并对语言设计、语法分析、语义分析,以及中间代码生成和用来对中间代码解释执行的虚拟机等进行了深入的讨论,详细论述了各语法成分的实现,总结了对源程序中错误处理的方法。 |
| 8. | The intermediate code created by the compiler is very compact and is propitious read by the running system because the paper uses reverse polish representations , hi the simulative running system , the paper uses the hardware plc principles and the oo method to white the running program 中间代码采取了逆波兰表示法,这使得生成的代码比较紧凑,且有利于运行程序的读取。在模拟运行部分,本文利用硬plc循环扫描的工作原理,结合pc环境下的特点,用面向对象的方式编写出了模拟运行程序。 |
| 9. | As ' to the front end , this thesis does n ' t use the method of syntax directed semantic analysis . instead , it arranges syntax analysis and semantic analysis into different stages in virtue of the equal description of source program . as to the back end , it selects the scheme that a virtual machine executes the intermediate code through interpreting 在对语言编译器即语言实现方面的研究中,论文总结了编译器的一般模型,并针对其前端和后端分别选择了合适的实现方案:前端没有采用语法制导的语义分析,而是通过对源程序等价表述的引入将语法分析和语义分析安排到不同阶段进行;后端选择了用虚拟机对中间代码解释执行的实现方案。 |
| 10. | First , the paper researches the format and semantic features of iso apt in detail , next , applies regular expression to describe the definition of apt ’ s tokens and uses context - free grammar to describe apt ’ s syntax rules , last , designs the intermediate code format which keeps on the source code semantic and designs a complete module to check lexical and syntax errors of nc code by using modern compiling techniques 在代码预处理技术方面,详细研究了标准数控代码语言的格式和语义并采用现代编译技术中的正则表达式和上下文无关文法分别描述了标准数控代码语言的记号定义和语法结构定义;设计了保持源代码语义的中间标准数控代码格式,在此基础上,设计并构建了数控代码的词法和语法检查模块。 |